4D Chart v13CT GET X DATE SCALE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT GET X DATE SCALE
|
CT GET X DATE SCALE ( area ; object ; minAuto ; maxAuto ; majIncrAuto ; minIncrAuto ; minimum ; maximum ; majIncrType ; majIncr ; minIncrType ; minorIncr ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
object | Longint |
![]() |
Object ID | |||||
minAuto | Integer |
![]() |
Use default minimum? 0 = No 1 = Yes | |||||
maxAuto | Integer |
![]() |
Use default maximum? 0 = No 1 = Yes | |||||
majIncrAuto | Integer |
![]() |
Use default major increment? 0 = No 1 = Yes | |||||
minIncrAuto | Integer |
![]() |
Use default minor increment? 0 = No 1 = Yes | |||||
minimum | Date |
![]() |
Receives minimum value | |||||
maximum | Date |
![]() |
Receives maximum value | |||||
majIncrType | Integer |
![]() |
What is the major increment type? 1 = Days 2 = Weeks 3 = Months 4 = Years | |||||
majIncr | Integer |
![]() |
Receives major increment | |||||
minIncrType | Integer |
![]() |
What is the minor increment type? 1 = Days 2 = Weeks 3 = Months 4 = Years | |||||
minorIncr | Integer |
![]() |
Receives minor increment type | |||||
The CT GET X DATE SCALE command returns whether the default values are being used or what alternative values have been set for the X-axis scale in an XY chart. Use the CT GET DATE SCALE command for the Values axis (Z-axis) in the same type of chart when the values are dates.
minAuto and maxAuto specify whether the graph is currently using the default minimum and maximum values.
majIncrAuto and minIncrAuto specify whether the graph is currently using the default major and minor increments.
minimum and maximum are the minimum and maximum values set by the user in the Axis dialog box or by the designer using the CT SET X DATE SCALE command.
majIncrType and minIncrType are codes for the units in which the majorIncr and minorIncr parameters are specified.
majorIncr and minorIncr are the major and minor increments set by the user in the Axis dialog box or by the designer using the CT SET X DATE SCALE command.
Product: 4D Chart
Theme: CT Chart
Number:
14613
Created: 4D Chart 6.0.5
CT GET DATE SCALE
CT SET DATE SCALE
CT SET X DATE SCALE